home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / WORKS.DIR / 00092_Script_92 < prev    next >
Text File  |  1996-03-31  |  226b  |  10 lines

  1. on playWorkIntro
  2.     global alreadyViewedWork
  3.   if alreadyViewedWork = empty then set alreadyViewedWork = false
  4.   if alreadyViewedWork then
  5.     go "Work no sound"
  6.   else
  7.     set alreadyViewedWork = true
  8.   end if
  9. end
  10.